Oracle Data Mining Java API Reference
10g Release 2 (10.2)

B14341-02


oracle.dmt.jdm.transform.normalize
Interface OraNormalizeTransformFactory

All Superinterfaces:
javax.datamining.Factory

public interface OraNormalizeTransformFactory
extends javax.datamining.Factory

This factory is used to create the OraNormalizeTransform object.


Method Summary
 OraNormalizeTransform create(java.lang.String inputDataURI, java.lang.String outputDataURI, boolean isOutputAsView)
          Creates a normalization transform with the system default normalization type.
 OraNormalizeTransform create(java.lang.String inputDataURI, java.lang.String outputDataURI, boolean isOutputAsView, OraNormalizeType normalizeType, java.lang.Integer roundingNumber)
          Creates a normalization transform that uses the specified normalization type and rounding number.
 OraNormalizeTransform create(java.lang.String inputDataURI, java.lang.String outputDataURI, boolean isOutputAsView, java.lang.String inputNormalizationDefinitionTable)
          Creates a normalzation transform that uses specified normalization definitions as input for performining normalization.

 

Method Detail

create

public OraNormalizeTransform create(java.lang.String inputDataURI,
                                    java.lang.String outputDataURI,
                                    boolean isOutputAsView)
                             throws javax.datamining.JDMException
Creates a normalization transform with the system default normalization type.
Parameters:
inputDataURI - uri of the input table
outputDataURI - uri of the output view or table
isOutputAsView - falg to indicate the output is a view or table
Returns:
OraNormalizeTransform OraNormalizeTransform object
Throws:
javax.datamining.JDMException - if OraNormalizeTransform can not be created

create

public OraNormalizeTransform create(java.lang.String inputDataURI,
                                    java.lang.String outputDataURI,
                                    boolean isOutputAsView,
                                    java.lang.String inputNormalizationDefinitionTable)
                             throws javax.datamining.JDMException
Creates a normalzation transform that uses specified normalization definitions as input for performining normalization.
Parameters:
inputDataURI - uri of the input table
outputDataURI - uri of the output view or table
isOutputAsView - falg to indicate the output is a view or table
inputNormalizationDefinitionTable -
Returns:
OraNormalizeTransform OraNormalizeTransform object
Throws:
javax.datamining.JDMException - if OraNormalizeTransform can not be created

create

public OraNormalizeTransform create(java.lang.String inputDataURI,
                                    java.lang.String outputDataURI,
                                    boolean isOutputAsView,
                                    OraNormalizeType normalizeType,
                                    java.lang.Integer roundingNumber)
                             throws javax.datamining.JDMException
Creates a normalization transform that uses the specified normalization type and rounding number.
Parameters:
inputDataURI - uri of the input table
outputDataURI - uri of the output view or table
isOutputAsView - falg to indicate the output is a view or table
normalizeType - type of normalization
roundingNumber - values rounding number to be used
Returns:
OraNormalizeTransform OraNormalizeTransform object
Throws:
javax.datamining.JDMException - if OraNormalizeTransform can not be created

Oracle Data Mining Java API Reference
10g Release 2 (10.2)

B14341-02


Copyright © 2005, Oracle. All rights reserved.